﻿2026-08-03T03:37:45.1736584Z ##[group]Run $ErrorActionPreference = "Stop"
2026-08-03T03:37:45.1736997Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-08-03T03:37:45.1737226Z [36;1m$PIN = "0c95435"[0m
2026-08-03T03:37:45.1737441Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-08-03T03:37:45.1737703Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-08-03T03:37:45.1738058Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-08-03T03:37:45.1738437Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-08-03T03:37:45.1738739Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-08-03T03:37:45.1739021Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-08-03T03:37:45.1739259Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-08-03T03:37:45.1739552Z [36;1m  # CARGO_INCREMENTAL=0 — see the Linux arm's note: this pinned cache is the[0m
2026-08-03T03:37:45.1739934Z [36;1m  # only COLD one-shot build in this workflow (rm -rf'd and rebuilt when the pin[0m
2026-08-03T03:37:45.1740599Z [36;1m  # moves, consumed as a binary in between), which is exactly the scope of the[0m
2026-08-03T03:37:45.1741201Z [36;1m  # releases#103 finding. The persistent workspace target is left incremental.[0m
2026-08-03T03:37:45.1741707Z [36;1m  $env:CARGO_INCREMENTAL = "0"[0m
2026-08-03T03:37:45.1742377Z [36;1m  .github/bench/wrap.ps1 -Step "n1-oldbroker-build" -Command "cargo build --manifest-path '$CACHE\Cargo.toml' -p spt --bin spt"[0m
2026-08-03T03:37:45.1743108Z [36;1m  Remove-Item Env:\CARGO_INCREMENTAL[0m
2026-08-03T03:37:45.1743482Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-08-03T03:37:45.1743790Z [36;1m}[0m
2026-08-03T03:37:45.1744126Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-08-03T03:37:45.1744701Z [36;1m.github/bench/wrap.ps1 -Step "n1-pairing" -Command "cargo test -p spt --test n1_pairing -- --nocapture"[0m
2026-08-03T03:37:45.1751411Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-08-03T03:37:45.1751838Z env:
2026-08-03T03:37:45.1752322Z   SPT_CI_TEST_TMP: C:\actions-runner\_work\_temp\spt-test-tmp-30782259675-1-38d36063407b4c28a94ac3b224b8e5e2
2026-08-03T03:37:45.1753091Z   TEMP: C:\actions-runner\_work\_temp\spt-test-tmp-30782259675-1-38d36063407b4c28a94ac3b224b8e5e2
2026-08-03T03:37:45.1753808Z   TMP: C:\actions-runner\_work\_temp\spt-test-tmp-30782259675-1-38d36063407b4c28a94ac3b224b8e5e2
2026-08-03T03:37:45.1754314Z ##[endgroup]
2026-08-03T03:37:47.1941542Z    Compiling proc-macro2 v1.0.106
2026-08-03T03:37:47.1941977Z    Compiling quote v1.0.45
2026-08-03T03:37:47.1942295Z    Compiling unicode-ident v1.0.24
2026-08-03T03:37:47.1942710Z    Compiling cfg-if v1.0.4
2026-08-03T03:37:47.3008567Z    Compiling serde_core v1.0.228
2026-08-03T03:37:47.3385182Z    Compiling serde v1.0.228
2026-08-03T03:37:47.6162537Z    Compiling windows-link v0.2.1
2026-08-03T03:37:47.7383999Z    Compiling typenum v1.20.1
2026-08-03T03:37:47.7903228Z    Compiling windows-sys v0.61.2
2026-08-03T03:37:48.7397800Z    Compiling portable-atomic v1.13.1
2026-08-03T03:37:48.9212835Z    Compiling syn v2.0.117
2026-08-03T03:37:49.7158931Z    Compiling getrandom v0.3.4
2026-08-03T03:37:50.0133141Z    Compiling version_check v0.9.5
2026-08-03T03:37:50.2781545Z    Compiling pin-project-lite v0.2.17
2026-08-03T03:37:50.3956609Z    Compiling critical-section v1.2.0
2026-08-03T03:37:50.5239151Z    Compiling memchr v2.8.1
2026-08-03T03:37:50.6260341Z    Compiling jobserver v0.1.34
2026-08-03T03:37:51.0012029Z    Compiling find-msvc-tools v0.1.9
2026-08-03T03:37:51.8117399Z    Compiling shlex v2.0.1
2026-08-03T03:37:52.0822800Z    Compiling cc v1.2.63
2026-08-03T03:37:52.1863300Z    Compiling subtle v2.6.1
2026-08-03T03:37:52.4302439Z    Compiling futures-core v0.3.32
2026-08-03T03:37:52.9247147Z    Compiling equivalent v1.0.2
2026-08-03T03:37:53.3061859Z    Compiling smallvec v1.15.1
2026-08-03T03:37:53.6767834Z    Compiling generic-array v0.14.7
2026-08-03T03:37:54.1055285Z    Compiling itoa v1.0.18
2026-08-03T03:37:54.3372313Z    Compiling bytes v1.11.1
2026-08-03T03:37:54.5995826Z    Compiling semver v1.0.28
2026-08-03T03:37:54.9644363Z    Compiling rustc_version v0.4.1
2026-08-03T03:37:55.3305775Z    Compiling synstructure v0.13.2
2026-08-03T03:37:55.4944904Z    Compiling serde_derive v1.0.228
2026-08-03T03:37:55.8539160Z    Compiling zeroize_derive v1.4.3
2026-08-03T03:37:55.9082970Z    Compiling stable_deref_trait v1.2.1
2026-08-03T03:37:56.4096016Z    Compiling socket2 v0.6.4
2026-08-03T03:37:56.5868141Z    Compiling zeroize v1.8.2
2026-08-03T03:37:56.9570860Z    Compiling log v0.4.32
2026-08-03T03:37:56.9713922Z    Compiling zerofrom-derive v0.1.7
2026-08-03T03:37:56.9714335Z    Compiling rand_core v0.10.1
2026-08-03T03:37:57.1833660Z    Compiling yoke-derive v0.8.2
2026-08-03T03:37:57.1873908Z    Compiling crypto-common v0.1.7
2026-08-03T03:37:57.3518578Z    Compiling tokio-macros v2.7.0
2026-08-03T03:37:58.2360880Z    Compiling mio v1.2.1
2026-08-03T03:37:58.6079537Z    Compiling zerofrom v0.1.8
2026-08-03T03:37:58.6280868Z    Compiling futures-io v0.3.32
2026-08-03T03:37:58.8412987Z    Compiling slab v0.4.12
2026-08-03T03:37:58.9251908Z    Compiling futures-sink v0.3.32
2026-08-03T03:37:59.0421632Z    Compiling tokio v1.52.3
2026-08-03T03:37:59.1265698Z    Compiling futures-channel v0.3.32
2026-08-03T03:37:59.5527817Z    Compiling yoke v0.8.3
2026-08-03T03:38:00.0197630Z    Compiling futures-macro v0.3.32
2026-08-03T03:38:00.1769523Z    Compiling hashbrown v0.17.1
2026-08-03T03:38:00.6929830Z    Compiling once_cell v1.21.4
2026-08-03T03:38:00.8880753Z    Compiling rustversion v1.0.22
2026-08-03T03:38:00.9397333Z    Compiling getrandom v0.4.2
2026-08-03T03:38:01.0227294Z    Compiling futures-task v0.3.32
2026-08-03T03:38:01.3094415Z    Compiling futures-util v0.3.32
2026-08-03T03:38:01.3309000Z    Compiling indexmap v2.14.0
2026-08-03T03:38:01.3841005Z    Compiling zerovec-derive v0.11.3
2026-08-03T03:38:02.0629203Z    Compiling getrandom v0.2.17
2026-08-03T03:38:02.2120565Z    Compiling cpufeatures v0.2.17
2026-08-03T03:38:02.3681506Z    Compiling zerovec v0.11.6
2026-08-03T03:38:03.1979073Z    Compiling displaydoc v0.2.6
2026-08-03T03:38:03.2939035Z    Compiling hybrid-array v0.4.12
2026-08-03T03:38:03.7815646Z    Compiling fnv v1.0.7
2026-08-03T03:38:03.8742020Z    Compiling libc v0.2.186
2026-08-03T03:38:04.3201235Z    Compiling strsim v0.11.1
2026-08-03T03:38:04.4790534Z    Compiling cfg_aliases v0.2.1
2026-08-03T03:38:04.7447955Z    Compiling tinystr v0.8.3
2026-08-03T03:38:04.7941680Z    Compiling block-buffer v0.12.0
2026-08-03T03:38:04.9597099Z    Compiling crypto-common v0.2.2
2026-08-03T03:38:05.1333995Z    Compiling tracing-core v0.1.36
2026-08-03T03:38:05.2717878Z    Compiling tracing-attributes v0.1.31
2026-08-03T03:38:05.8050385Z    Compiling autocfg v1.5.1
2026-08-03T03:38:06.1128120Z    Compiling litemap v0.8.2
2026-08-03T03:38:06.2763283Z    Compiling writeable v0.6.3
2026-08-03T03:38:06.3344782Z    Compiling zerotrie v0.2.4
2026-08-03T03:38:06.4173377Z    Compiling tracing v0.1.44
2026-08-03T03:38:06.4866080Z    Compiling icu_locale_core v2.2.0
2026-08-03T03:38:06.8050551Z    Compiling potential_utf v0.1.5
2026-08-03T03:38:06.8399660Z    Compiling cmake v0.1.58
2026-08-03T03:38:07.0684239Z    Compiling icu_normalizer_data v2.2.0
2026-08-03T03:38:07.2880231Z    Compiling dunce v1.0.5
2026-08-03T03:38:07.3310692Z    Compiling icu_properties_data v2.2.0
2026-08-03T03:38:07.4083286Z    Compiling fs_extra v1.3.0
2026-08-03T03:38:07.5104336Z    Compiling ident_case v1.0.1
2026-08-03T03:38:07.6111347Z    Compiling utf8_iter v1.0.4
2026-08-03T03:38:07.6659025Z    Compiling aws-lc-sys v0.41.0
2026-08-03T03:38:07.7665551Z    Compiling icu_collections v2.2.0
2026-08-03T03:38:08.3301749Z    Compiling icu_provider v2.2.0
2026-08-03T03:38:08.7145443Z    Compiling tokio-util v0.7.18
2026-08-03T03:38:09.8754009Z    Compiling percent-encoding v2.3.2
2026-08-03T03:38:10.1317329Z    Compiling icu_normalizer v2.2.0
2026-08-03T03:38:10.7881854Z    Compiling inout v0.2.2
2026-08-03T03:38:11.0222148Z    Compiling http v1.4.1
2026-08-03T03:38:11.2360126Z    Compiling ring v0.17.14
2026-08-03T03:38:11.6870422Z    Compiling icu_properties v2.2.0
2026-08-03T03:38:11.7910326Z    Compiling unicode-segmentation v1.13.3
2026-08-03T03:38:12.3217640Z    Compiling aws-lc-rs v1.17.0
2026-08-03T03:38:12.4898018Z    Compiling thiserror v2.0.18
2026-08-03T03:38:12.7340230Z    Compiling cpufeatures v0.3.0
2026-08-03T03:38:12.8404285Z    Compiling idna_adapter v1.2.2
2026-08-03T03:38:13.1498296Z    Compiling cipher v0.5.2
2026-08-03T03:38:13.4161760Z    Compiling thiserror-impl v2.0.18
2026-08-03T03:38:13.7078099Z    Compiling curve25519-dalek-derive v0.1.1
2026-08-03T03:38:14.4027489Z    Compiling scopeguard v1.2.0
2026-08-03T03:38:14.6058849Z    Compiling lock_api v0.4.14
2026-08-03T03:38:14.9253916Z    Compiling chacha20 v0.10.0
2026-08-03T03:38:15.0169316Z    Compiling idna v1.1.0
2026-08-03T03:38:15.2868346Z    Compiling form_urlencoded v1.2.2
2026-08-03T03:38:15.5734347Z    Compiling ipnet v2.12.0
2026-08-03T03:38:15.9972643Z    Compiling rustls-pki-types v1.14.1
2026-08-03T03:38:16.2762172Z    Compiling block-buffer v0.10.4
2026-08-03T03:38:16.5883177Z    Compiling untrusted v0.9.0
2026-08-03T03:38:16.7180513Z    Compiling winapi v0.3.9
2026-08-03T03:38:17.1055989Z    Compiling bitflags v2.12.1
2026-08-03T03:38:17.2946017Z    Compiling digest v0.10.7
2026-08-03T03:38:17.4198712Z    Compiling url v2.5.8
2026-08-03T03:38:17.5939114Z    Compiling rand v0.10.1
2026-08-03T03:38:18.5417482Z    Compiling darling_core v0.20.11
2026-08-03T03:38:18.6202513Z    Compiling num-traits v0.2.19
2026-08-03T03:38:18.8617384Z    Compiling windows-strings v0.5.1
2026-08-03T03:38:19.3243891Z    Compiling windows-result v0.4.1
2026-08-03T03:38:19.6739562Z    Compiling heck v0.5.0
2026-08-03T03:38:19.9428884Z    Compiling rustls v0.23.40
2026-08-03T03:38:21.4556392Z    Compiling darling_macro v0.20.11
2026-08-03T03:38:21.5922334Z    Compiling convert_case v0.10.0
2026-08-03T03:38:22.0734331Z    Compiling const-oid v0.10.2
2026-08-03T03:38:22.1118084Z    Compiling anyhow v1.0.102
2026-08-03T03:38:22.4871178Z    Compiling atomic-waker v1.1.2
2026-08-03T03:38:22.8605022Z    Compiling unicode-xid v0.2.6
2026-08-03T03:38:23.2582210Z    Compiling darling v0.20.11
2026-08-03T03:38:23.4721600Z    Compiling derive_more-impl v2.1.1
2026-08-03T03:38:24.6363372Z    Compiling httparse v1.10.1
2026-08-03T03:38:25.5293063Z    Compiling zerocopy v0.8.50
2026-08-03T03:38:25.5411850Z    Compiling parking_lot_core v0.9.12
2026-08-03T03:38:25.8722627Z    Compiling fastrand v2.4.1
2026-08-03T03:38:26.6713120Z    Compiling derive_builder_core v0.20.2
2026-08-03T03:38:26.8722934Z    Compiling h2 v0.4.14
2026-08-03T03:38:27.3942775Z    Compiling derive_more v2.1.1
2026-08-03T03:38:27.7705262Z    Compiling http-body v1.0.1
2026-08-03T03:38:27.8147798Z    Compiling curve25519-dalek v4.1.3
2026-08-03T03:38:28.0047805Z    Compiling ahash v0.8.12
2026-08-03T03:38:28.1329923Z    Compiling either v1.16.0
2026-08-03T03:38:28.2694332Z    Compiling powerfmt v0.2.0
2026-08-03T03:38:28.3325771Z    Compiling base64ct v1.8.3
2026-08-03T03:38:28.5002964Z    Compiling deranged v0.5.8
2026-08-03T03:38:28.6961922Z    Compiling pem-rfc7468 v1.0.0
2026-08-03T03:38:29.3748344Z    Compiling derive_builder_macro v0.20.2
2026-08-03T03:38:30.4873708Z    Compiling uuid v1.23.2
2026-08-03T03:38:30.9985843Z    Compiling rand_core v0.6.4
2026-08-03T03:38:31.2149036Z    Compiling spez v0.1.2
2026-08-03T03:38:31.5743590Z    Compiling windows-implement v0.60.2
2026-08-03T03:38:32.0627271Z    Compiling windows-interface v0.59.3
2026-08-03T03:38:32.2012108Z    Compiling n0-error-macros v0.1.3
2026-08-03T03:38:32.6413198Z    Compiling try-lock v0.2.5
2026-08-03T03:38:32.6736047Z    Compiling vcpkg v0.2.15
2026-08-03T03:38:32.7315623Z    Compiling pkg-config v0.3.33
2026-08-03T03:38:32.9973914Z    Compiling tower-service v0.3.3
2026-08-03T03:38:33.0801533Z    Compiling num-conv v0.2.2
2026-08-03T03:38:33.2778446Z    Compiling time-core v0.1.8
2026-08-03T03:38:33.3894000Z    Compiling zmij v1.0.21
2026-08-03T03:38:33.4157719Z    Compiling base64 v0.22.1
2026-08-03T03:38:33.4724701Z    Compiling data-encoding v2.11.0
2026-08-03T03:38:33.7124274Z    Compiling tinyvec_macros v0.1.1
2026-08-03T03:38:33.7811869Z    Compiling tinyvec v1.11.0
2026-08-03T03:38:33.9704198Z    Compiling libsqlite3-sys v0.30.1
2026-08-03T03:38:34.2207673Z    Compiling n0-error v0.1.3
2026-08-03T03:38:34.4441097Z    Compiling want v0.3.1
2026-08-03T03:38:34.5129968Z    Compiling windows-core v0.62.2
2026-08-03T03:38:34.8061964Z    Compiling parking_lot v0.12.5
2026-08-03T03:38:35.3841815Z    Compiling derive_builder v0.20.2
2026-08-03T03:38:35.5384153Z    Compiling der v0.8.0-rc.10
2026-08-03T03:38:35.6245312Z    Compiling sha2 v0.10.9
2026-08-03T03:38:36.1006313Z    Compiling n0-future v0.3.2
2026-08-03T03:38:36.4269788Z    Compiling vergen-lib v9.1.0
2026-08-03T03:38:36.4594675Z    Compiling inout v0.1.4
2026-08-03T03:38:36.5913870Z    Compiling pin-project-internal v1.1.13
2026-08-03T03:38:36.8807770Z    Compiling windows_x86_64_msvc v0.52.6
2026-08-03T03:38:37.2071956Z    Compiling spt-procident v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-procident)
2026-08-03T03:38:37.4153983Z    Compiling winnow v1.0.3
2026-08-03T03:38:37.5963757Z    Compiling diatomic-waker v0.2.3
2026-08-03T03:38:37.9192051Z    Compiling httpdate v1.0.3
2026-08-03T03:38:38.0719100Z    Compiling signature v2.2.0
2026-08-03T03:38:38.3339174Z    Compiling spin v0.10.0
2026-08-03T03:38:38.5132036Z    Compiling parking v2.2.1
2026-08-03T03:38:38.5472858Z    Compiling serde_json v1.0.150
2026-08-03T03:38:38.8317352Z    Compiling cordyceps v0.3.4
2026-08-03T03:38:38.9597570Z    Compiling crossbeam-utils v0.8.21
2026-08-03T03:38:39.1494500Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-03T03:38:39.2353619Z    Compiling futures-buffered v0.2.13
2026-08-03T03:38:39.3653257Z    Compiling futures-lite v2.6.1
2026-08-03T03:38:39.6683486Z    Compiling ed25519 v2.2.3
2026-08-03T03:38:39.8267871Z    Compiling hyper v1.10.1
2026-08-03T03:38:39.8446028Z    Compiling pin-project v1.1.13
2026-08-03T03:38:40.0119179Z    Compiling spt-poolguard v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-poolguard)
2026-08-03T03:38:40.2075921Z    Compiling spki v0.8.0-rc.4
2026-08-03T03:38:40.4267625Z    Compiling cipher v0.4.4
2026-08-03T03:38:40.7557523Z    Compiling hashbrown v0.14.5
2026-08-03T03:38:41.6333429Z    Compiling digest v0.11.3
2026-08-03T03:38:41.8841423Z    Compiling noq-udp v0.10.0
2026-08-03T03:38:42.2228708Z    Compiling vergen-lib v0.1.6
2026-08-03T03:38:42.3890946Z    Compiling vergen v9.1.0
2026-08-03T03:38:42.4712426Z    Compiling universal-hash v0.5.1
2026-08-03T03:38:42.5658404Z    Compiling heapless v0.7.17
2026-08-03T03:38:42.5751642Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-08-03T03:38:42.7071628Z    Compiling sync_wrapper v1.0.2
2026-08-03T03:38:42.8085057Z    Compiling allocator-api2 v0.2.21
2026-08-03T03:38:42.8251007Z    Compiling byteorder v1.5.0
2026-08-03T03:38:42.8305064Z    Compiling opaque-debug v0.3.1
2026-08-03T03:38:42.9243738Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-03T03:38:43.0107638Z    Compiling hash32 v0.2.1
2026-08-03T03:38:43.2881315Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-03T03:38:43.3172377Z    Compiling polyval v0.6.2
2026-08-03T03:38:44.9350295Z    Compiling hyper-util v0.1.20
2026-08-03T03:38:45.0106503Z    Compiling hashlink v0.9.1
2026-08-03T03:38:45.5739503Z    Compiling spt-store v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-store)
2026-08-03T03:38:45.9808112Z    Compiling pkcs8 v0.11.0-rc.10
2026-08-03T03:38:46.5579951Z    Compiling ed25519-dalek v2.2.0
2026-08-03T03:38:46.8790135Z    Compiling prefix-trie v0.8.4
2026-08-03T03:38:47.1413782Z    Compiling spin v0.9.8
2026-08-03T03:38:47.1961839Z    Compiling futures-executor v0.3.32
2026-08-03T03:38:47.3669729Z    Compiling vergen-gitcl v1.0.8
2026-08-03T03:38:47.5010847Z    Compiling windows-threading v0.2.1
2026-08-03T03:38:47.5875650Z    Compiling tower-layer v0.3.3
2026-08-03T03:38:47.6143618Z    Compiling signature v3.0.0
2026-08-03T03:38:47.6651000Z    Compiling ryu v1.0.23
2026-08-03T03:38:47.7562395Z    Compiling fallible-streaming-iterator v0.1.9
2026-08-03T03:38:47.7979738Z    Compiling fallible-iterator v0.3.0
2026-08-03T03:38:47.9460513Z    Compiling ed25519 v3.0.0-rc.4
2026-08-03T03:38:48.1980765Z    Compiling rusqlite v0.32.1
2026-08-03T03:38:48.4402711Z    Compiling windows-future v0.3.2
2026-08-03T03:38:48.5827741Z    Compiling data-encoding-macro-internal v0.1.18
2026-08-03T03:38:49.0085011Z    Compiling hickory-proto v0.26.0-beta.4
2026-08-03T03:38:49.7604714Z    Compiling futures v0.3.32
2026-08-03T03:38:49.7966676Z    Compiling spt-proto v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-proto)
2026-08-03T03:38:49.8369506Z    Compiling windows-targets v0.52.6
2026-08-03T03:38:51.0226308Z    Compiling proc-macro-crate v3.5.0
2026-08-03T03:38:51.5298226Z    Compiling ghash v0.5.1
2026-08-03T03:38:51.6304685Z    Compiling sha2 v0.11.0-rc.5
2026-08-03T03:38:53.0889700Z    Compiling ctr v0.9.2
2026-08-03T03:38:53.5609506Z    Compiling aes v0.8.4
2026-08-03T03:38:53.7862556Z    Compiling windows-collections v0.3.2
2026-08-03T03:38:54.1759089Z    Compiling windows-numerics v0.3.1
2026-08-03T03:38:54.1849612Z    Compiling time v0.3.47
2026-08-03T03:38:54.2234484Z    Compiling http-body-util v0.1.3
2026-08-03T03:38:54.4189356Z    Compiling fs2 v0.4.3
2026-08-03T03:38:54.5713453Z    Compiling cobs v0.3.0
2026-08-03T03:38:54.5960705Z    Compiling aead v0.5.2
2026-08-03T03:38:54.7139023Z    Compiling postcard-derive v0.2.2
2026-08-03T03:38:54.7844886Z    Compiling widestring v1.2.1
2026-08-03T03:38:55.1481369Z    Compiling utf8parse v0.2.2
2026-08-03T03:38:55.2518316Z    Compiling arrayvec v0.7.6
2026-08-03T03:38:55.5495272Z    Compiling ipconfig v0.3.4
2026-08-03T03:38:55.9007373Z    Compiling postcard v1.1.3
2026-08-03T03:38:56.3031790Z    Compiling aes-gcm v0.10.3
2026-08-03T03:38:56.4431180Z    Compiling windows v0.62.2
2026-08-03T03:38:56.7051528Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-08-03T03:38:57.0639200Z    Compiling num_enum_derive v0.7.6
2026-08-03T03:38:58.6002829Z    Compiling windows-sys v0.59.0
2026-08-03T03:39:00.6457082Z    Compiling data-encoding-macro v0.1.20
2026-08-03T03:39:00.8862405Z    Compiling tower v0.5.3
2026-08-03T03:39:01.8165182Z    Compiling crossbeam-channel v0.5.15
2026-08-03T03:39:02.4191960Z    Compiling crossbeam-epoch v0.9.18
2026-08-03T03:39:02.8241534Z    Compiling chrono v0.4.45
2026-08-03T03:39:04.5374133Z    Compiling strum_macros v0.28.0
2026-08-03T03:39:06.4084739Z    Compiling iroh-metrics-derive v0.4.1
2026-08-03T03:39:06.8756607Z    Compiling windows-registry v0.6.1
2026-08-03T03:39:07.2838448Z    Compiling memoffset v0.6.5
2026-08-03T03:39:07.5085486Z    Compiling noq v0.18.0
2026-08-03T03:39:07.7891579Z    Compiling netwatch v0.16.0
2026-08-03T03:39:08.0099920Z    Compiling enum-assoc v1.3.0
2026-08-03T03:39:08.0545768Z    Compiling async-trait v0.1.89
2026-08-03T03:39:08.6157960Z    Compiling acto v0.8.2
2026-08-03T03:39:08.9142411Z    Compiling blake3 v1.8.5
2026-08-03T03:39:09.0771150Z    Compiling foldhash v0.2.0
2026-08-03T03:39:09.2724046Z    Compiling xml-rs v0.8.28
2026-08-03T03:39:09.3272925Z    Compiling lru-slab v0.1.2
2026-08-03T03:39:09.4364288Z    Compiling tagptr v0.2.0
2026-08-03T03:39:09.5960650Z    Compiling sorted-index-buffer v0.2.1
2026-08-03T03:39:09.7117941Z    Compiling ref-cast v1.0.25
2026-08-03T03:39:09.9772642Z    Compiling thiserror v1.0.69
2026-08-03T03:39:10.3281027Z    Compiling rustc-hash v2.1.2
2026-08-03T03:39:10.4444532Z    Compiling identity-hash v0.1.0
2026-08-03T03:39:10.7352388Z    Compiling mac-addr v0.3.0
2026-08-03T03:39:10.9644852Z    Compiling netdev v0.42.0
2026-08-03T03:39:11.3882554Z    Compiling xmltree v0.10.3
2026-08-03T03:39:11.5238323Z    Compiling moka v0.12.15
2026-08-03T03:39:11.7984511Z    Compiling hashbrown v0.16.1
2026-08-03T03:39:12.6728056Z    Compiling iroh-metrics v0.38.3
2026-08-03T03:39:12.7706978Z    Compiling strum v0.28.0
2026-08-03T03:39:13.0612175Z    Compiling wmi v0.18.4
2026-08-03T03:39:13.1060765Z    Compiling tower-http v0.6.11
2026-08-03T03:39:13.7254642Z    Compiling spt-msg v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-msg)
2026-08-03T03:39:13.7595641Z    Compiling iroh-base v0.98.0
2026-08-03T03:39:14.3712956Z    Compiling num_enum v0.7.6
2026-08-03T03:39:14.7302537Z    Compiling iroh-relay v0.98.0
2026-08-03T03:39:14.7370016Z    Compiling n0-watcher v0.6.1
2026-08-03T03:39:14.7908838Z    Compiling attohttpc v0.30.1
2026-08-03T03:39:15.2514505Z    Compiling simple-dns v0.9.3
2026-08-03T03:39:15.4529226Z    Compiling tokio-stream v0.1.18
2026-08-03T03:39:16.1823005Z    Compiling serial-core v0.4.0
2026-08-03T03:39:16.3409770Z    Compiling serde_spanned v0.6.9
2026-08-03T03:39:16.3506601Z    Compiling toml_datetime v0.6.11
2026-08-03T03:39:16.4687280Z    Compiling thiserror-impl v1.0.69
2026-08-03T03:39:16.6034060Z    Compiling ref-cast-impl v1.0.25
2026-08-03T03:39:16.9973280Z    Compiling serde_derive_internals v0.29.1
2026-08-03T03:39:17.5460101Z    Compiling aho-corasick v1.1.4
2026-08-03T03:39:17.9324699Z    Compiling regex-syntax v0.8.10
2026-08-03T03:39:17.9404868Z    Compiling arrayref v0.3.9
2026-08-03T03:39:18.0346096Z    Compiling sha1_smol v1.0.1
2026-08-03T03:39:18.2337673Z    Compiling constant_time_eq v0.4.2
2026-08-03T03:39:18.4159336Z    Compiling simdutf8 v0.1.5
2026-08-03T03:39:18.7399563Z    Compiling winnow v0.7.15
2026-08-03T03:39:20.3191547Z    Compiling toml_write v0.1.2
2026-08-03T03:39:20.4878556Z    Compiling resolv-conf v0.7.6
2026-08-03T03:39:20.6186811Z    Compiling smol_str v0.1.24
2026-08-03T03:39:20.8315660Z    Compiling winreg v0.10.1
2026-08-03T03:39:21.2010930Z    Compiling toml_edit v0.22.27
2026-08-03T03:39:21.4881779Z    Compiling regex-automata v0.4.14
2026-08-03T03:39:22.2230952Z    Compiling schemars_derive v1.2.1
2026-08-03T03:39:24.0357049Z    Compiling iroh-dns v0.98.0
2026-08-03T03:39:24.4738006Z    Compiling serial-windows v0.4.0
2026-08-03T03:39:24.6645358Z    Compiling igd-next v0.17.1
2026-08-03T03:39:26.7618262Z    Compiling lru v0.16.4
2026-08-03T03:39:26.9123733Z    Compiling hmac v0.12.1
2026-08-03T03:39:27.1369830Z    Compiling webpki-roots v1.0.7
2026-08-03T03:39:27.2455630Z    Compiling darling_core v0.23.0
2026-08-03T03:39:27.8943642Z    Compiling seize v0.5.1
2026-08-03T03:39:29.0727625Z    Compiling iroh v0.98.2
2026-08-03T03:39:29.4630579Z    Compiling serde_bytes v0.11.19
2026-08-03T03:39:29.7350795Z    Compiling anstyle v1.0.14
2026-08-03T03:39:30.0115986Z    Compiling bitflags v1.3.2
2026-08-03T03:39:30.1018237Z    Compiling once_cell_polyfill v1.70.2
2026-08-03T03:39:30.2141826Z    Compiling cmov v0.5.4
2026-08-03T03:39:30.2167537Z    Compiling dyn-clone v1.0.20
2026-08-03T03:39:30.3758262Z    Compiling pin-utils v0.1.0
2026-08-03T03:39:30.5293358Z    Compiling lazy_static v1.5.0
2026-08-03T03:39:30.5301898Z    Compiling nix v0.25.1
2026-08-03T03:39:30.6919390Z    Compiling shared_library v0.1.9
2026-08-03T03:39:30.7043038Z    Compiling ctutils v0.4.2
2026-08-03T03:39:31.0367784Z    Compiling schemars v1.2.1
2026-08-03T03:39:31.0854343Z    Compiling darling_macro v0.23.0
2026-08-03T03:39:31.1126707Z    Compiling anstyle-wincon v3.0.11
2026-08-03T03:39:31.5984577Z    Compiling papaya v0.2.4
2026-08-03T03:39:31.6833906Z    Compiling hkdf v0.12.4
2026-08-03T03:39:31.8737339Z    Compiling portmapper v0.16.0
2026-08-03T03:39:32.0629510Z    Compiling serial v0.4.0
2026-08-03T03:39:32.2536077Z    Compiling filedescriptor v0.8.3
2026-08-03T03:39:32.5405123Z    Compiling regex v1.12.3
2026-08-03T03:39:33.1007236Z    Compiling toml v0.8.23
2026-08-03T03:39:33.4280622Z    Compiling swarm-discovery v0.6.0-alpha.2 (https://github.com/SaberMage/swarm-discovery?rev=89a2200d54a4e3cab2f46cc75ebff49a1fb07614#89a2200d)
2026-08-03T03:39:34.5835685Z    Compiling anstyle-parse v1.0.0
2026-08-03T03:39:34.7694474Z    Compiling backon v1.6.0
2026-08-03T03:39:35.1210242Z    Compiling anstyle-query v1.1.5
2026-08-03T03:39:35.2652917Z    Compiling vte_generate_state_changes v0.1.2
2026-08-03T03:39:35.5954342Z    Compiling foldhash v0.1.5
2026-08-03T03:39:35.7816979Z    Compiling is_terminal_polyfill v1.70.2
2026-08-03T03:39:35.8564843Z    Compiling instability v0.3.12
2026-08-03T03:39:36.1367799Z    Compiling colorchoice v1.0.5
2026-08-03T03:39:36.2270516Z    Compiling downcast-rs v1.2.1
2026-08-03T03:39:36.3124508Z    Compiling paste v1.0.15
2026-08-03T03:39:36.5373071Z    Compiling unicode-width v0.2.0
2026-08-03T03:39:36.5577907Z    Compiling shell-words v1.1.1
2026-08-03T03:39:36.7089231Z    Compiling portable-pty v0.8.1
2026-08-03T03:39:36.9427070Z    Compiling anstream v1.0.0
2026-08-03T03:39:37.4676194Z    Compiling hashbrown v0.15.5
2026-08-03T03:39:37.7909685Z    Compiling vte v0.13.1
2026-08-03T03:39:38.0415018Z    Compiling spt-runtime v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-runtime)
2026-08-03T03:39:38.2506153Z    Compiling spake2 v0.4.0
2026-08-03T03:39:38.4597659Z    Compiling darling v0.23.0
2026-08-03T03:39:38.5721898Z    Compiling itertools v0.13.0
2026-08-03T03:39:38.7063796Z    Compiling crossterm_winapi v0.9.1
2026-08-03T03:39:39.1399182Z    Compiling strum_macros v0.26.4
2026-08-03T03:39:40.3096252Z    Compiling sha1 v0.10.6
2026-08-03T03:39:40.5479209Z    Compiling castaway v0.2.4
2026-08-03T03:39:40.7602317Z    Compiling terminal_size v0.4.4
2026-08-03T03:39:40.9561812Z    Compiling doctest-file v1.1.1
2026-08-03T03:39:41.0034240Z    Compiling static_assertions v1.1.0
2026-08-03T03:39:41.2978665Z    Compiling indoc v2.0.7
2026-08-03T03:39:41.5172345Z    Compiling recvmsg v1.0.0
2026-08-03T03:39:41.7914020Z    Compiling clap_lex v1.1.0
2026-08-03T03:39:42.0633709Z    Compiling unicode-width v0.1.14
2026-08-03T03:39:42.1050236Z    Compiling clap_builder v4.6.0
2026-08-03T03:39:42.4404300Z    Compiling unicode-truncate v1.1.0
2026-08-03T03:39:42.6454720Z    Compiling interprocess v2.4.2
2026-08-03T03:39:44.9599564Z    Compiling compact_str v0.8.2
2026-08-03T03:39:45.7115198Z    Compiling strum v0.26.3
2026-08-03T03:39:45.9494443Z    Compiling spt-live v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-live)
2026-08-03T03:39:47.1016857Z    Compiling crossterm v0.28.1
2026-08-03T03:39:47.1210419Z    Compiling spt-term v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-term)
2026-08-03T03:39:47.7712971Z    Compiling lru v0.12.5
2026-08-03T03:39:48.3425242Z    Compiling clap_derive v4.6.1
2026-08-03T03:39:48.5020240Z    Compiling error-code v3.3.2
2026-08-03T03:39:48.6633720Z    Compiling cassowary v0.3.0
2026-08-03T03:39:49.4079779Z    Compiling ratatui v0.29.0
2026-08-03T03:39:49.8167527Z    Compiling clipboard-win v5.4.1
2026-08-03T03:39:50.1338075Z    Compiling clap v4.6.1
2026-08-03T03:39:50.2602318Z    Compiling nucleo-matcher v0.3.1
2026-08-03T03:39:50.3816463Z    Compiling qrcode v0.14.1
2026-08-03T03:39:51.7508175Z    Compiling tempfile v3.27.0
2026-08-03T03:39:52.0305286Z    Compiling spt-test-support v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-test-support)
2026-08-03T03:40:02.9778551Z    Compiling rustls-webpki v0.103.13
2026-08-03T03:40:06.9359146Z    Compiling tokio-rustls v0.26.4
2026-08-03T03:40:06.9359579Z    Compiling rustls-platform-verifier v0.7.0
2026-08-03T03:40:06.9359940Z    Compiling noq-proto v0.17.0
2026-08-03T03:40:07.2484495Z    Compiling hickory-net v0.26.0-beta.4
2026-08-03T03:40:07.3223663Z    Compiling hyper-rustls v0.27.9
2026-08-03T03:40:07.7120645Z    Compiling reqwest v0.13.4
2026-08-03T03:40:09.6389384Z    Compiling hickory-resolver v0.26.0-beta.4
2026-08-03T03:40:13.3598727Z    Compiling tokio-websockets v0.13.2
2026-08-03T03:40:34.5106556Z    Compiling spt-net v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-net)
2026-08-03T03:40:36.5352396Z    Compiling spt-daemon v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-daemon)
2026-08-03T03:40:56.0904813Z    Compiling spt v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt)
2026-08-03T03:41:08.5609748Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 22s
2026-08-03T03:41:08.5968074Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-b3994391d689db46.exe)
2026-08-03T03:41:08.8098402Z 
2026-08-03T03:41:08.8098778Z running 1 test
2026-08-03T03:41:17.4050932Z test new_brain_serves_against_old_broker ... ok
2026-08-03T03:41:17.4051222Z 
2026-08-03T03:41:17.4051470Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.60s
2026-08-03T03:41:17.4051825Z 
